To troubleshoot client-to-virtual server connectivity
Follow the steps below to troubleshoot client-virtual server connectivity issues.Use nbtstat to display the node's NetBIOS name registrations. For example, type the following at the
nbtstat -n
The output from this command displays the IP addresses that are registered with NetBIOS. Cluster IP address resources are listed under the heading, \Device\NetBt_IFx, where x is a number. Under NetBIOS Local Name Table, you will find the NetBIOS names that are associated with the IP addresses. For each dependent network name, there are two entries: Name <20> and Name <00>, where Name is the virtual network name.
The following is an example of this output:\Device\NetBt_If2:
Node ipAddress: [172.31.248.167] Scope Id: []
NetBIOS Local Name Table
Name | Type | Status |
---|---|---|
CLWCLUS | <20> Unique | Registered |
CLWCLUS | <00> Unique | Registered |
If the NetBIOS names are unregistered, or if there are registration conflicts, use nbtstat -rr to release the old NetBIOS names and renew their registrations. For example, type the following at the
nbtstat -rr
Use the netdiag command line tool (available in the Microsoft Windows Server 2003 Resource Kit) to evaluate the registration of DNS. For example, type the following at the
netdiag /test:DNS /d:xxx.xxx.xxx.xxx /debug
where xxx.xxx.xxx.xxx is the IP address of the virtual server.
If the output suggests that connectivity to the DNS server is suspect or DNS registration for the virtual name may have failed, check to see that the network connections on the virtual server are configured with the correct IP addresses of the DNS servers to be used for name resolution.
For example, on each client, and all cluster nodes, type the following at the
ping xxx.xxx.xxx.xxx
where xxx.xxx.xxx.xxx is the IP address of the virtual server.
This tests for physical connectivity between the clients and cluster node, and between the cluster nodes.
For example, at the
ping Netname
where Netname is the network name for the virtual server.
This test uses the appropriate name-resolution mechanism (DNS or WINS). If you can ping the IP address but ping returns unknown host when you ping the network name, then the client is unable to resolve the network name to an IP address. Check connectivity to the name server or servers by pinging their IP addresses (ipconfig all will list the addresses for each network adapter). If DNS is in use on the network but the name returned is not a fully qualified domain name (FQDN), (that is, just the NetBIOS name is returned), then connectivity to the DNS server is suspect or DNS registration for the virtual name may have failed.
For example, at the
net use * \\Virtualserver\Sharename
where Virtualserver is the network name for the virtual server and Sharename is the share name for the File Share resource.
If you are unable to connect to the resource, you may not have the appropriate permissions set for the resource. For more information, see "Set permissions on a shared resource" in Related Topics.